home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / K-CS.DCR / 00373_Højre Hilite 2.ls < prev    next >
Encoding:
Text File  |  2001-08-24  |  342 b   |  17 lines

  1. on rightMouseDown me
  2.   set the visible of sprite (the currentSpriteNum + 2) to 1
  3.   updateStage()
  4. end
  5.  
  6. on rightMouseUp me
  7.   set the visible of sprite (the currentSpriteNum + 2) to 0
  8. end
  9.  
  10. on mouseLeave me
  11.   set the visible of sprite (the currentSpriteNum + 2) to 0
  12. end
  13.  
  14. on new me
  15.   set the visible of sprite (the currentSpriteNum + 2) to 0
  16. end
  17.